TABLE.EXTERNAL_CALCS_GET Function

Syntax

Calc_List as C = external_calcs_get(C tablename[,C format])

Arguments

tablename

The name of a table.

format

A character, numeric, logical, or date data display format.

Description

The TABLE.EXTERNAL_CALCS_GET() method returns a list of externally defined calculated fields for a table.

Example

table.external_calcs_get("invoice_header")

See Also